/*  RESET ------------------------------------------------------------------ */

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, 
table, caption, tbody, tfoot, thead, tr, th, td,
var, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 					0;
	padding: 					0;
	border: 					0;
	font-size: 					100.01%;
	font-style: 				normal;
	font-weight: 				normal;
	font: 						inherit;
	vertical-align: 			middle;
	background: 				transparent;
	outline: 					0;
}
b
{
	margin: 					0;
	padding: 					0;
	border: 0;
	font-size: 					100.01%;
	font: 						inherit;
	font-style: 				normal;
	font-weight: 				bold;
	vertical-align: 			baseline;
	background: 				transparent;
	outline: 					0;
}
i 
{
	margin: 					0;
	padding: 					0;
	border: 0;
	font-size: 					100.01%;
	font: 						inherit;
	font-style: 				italic;
	font-weight: 				normal;
	vertical-align: 			baseline;
	background: 				transparent;
	outline: 					0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
	:focus {
	outline: 0;
}
img, a img, a:link img, a:visited img, a:hover img, a:active img
{
	border: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	text-align: center;
}

/* BASE -------------------------------------------------------------------- */

html, body 
{
	height: 		100%;
	width: 			100%;
	float: 			left;
}
html 
{
	overflow-y: 	scroll;
}
html:first-child div 
{
/* [170328] Hack for Opera < 9.5 
	overflow: 		auto;
*/
}
#h_wrapper
{
	/* Hack for Opera < 9.5 */
/*
	position: absolute;
*/
	width: 			100%;
	height: 		100%;
/*
	z-index: 1;
*/
}
	#h_layout 
	{
		width: 		100%;
		min-height: 100%;
	}
		#h_container 
		{
			width: 	100%;
			clear: 	both;
			padding: 0px;
		}

	#h_footer 
	{
		width: 		100%;
	}


/* DEF --------------------------------------------------------------------- */
body 
{
	background:			#fff top center;
	color:				#000;
	font-family:		Helvetica, Verdana, Arial, sans-serif;
	font-weight: 		normal;
	text-align: 		center;
}
p, pre 
{
	text-align:			justify;
}
#h_container 
{
	padding-bottom: 	40px;
}
#h_footer 
{
	background:			transparent top center;
	height: 			30px;
	margin-top: 		-30px;
}
